const syscall.sys_SETGID
3 uses
syscall (current package)
exec_linux.go#L380: _, _, err1 = RawSyscall(sys_SETGID, uintptr(cred.Gid), 0, 0)
setuidgid_linux.go#L12: sys_SETGID = SYS_SETGID
syscall_linux.go#L1038: if _, _, e1 := AllThreadsSyscall(sys_SETGID, uintptr(gid), 0, 0); e1 != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)